home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / garfield.swf / scripts / frame_1 / PlaceObject2_222_5 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2010-04-12  |  191 b   |  9 lines

  1. onClipEvent(enterFrame){
  2.    loaded = _parent.getBytesLoaded() / _parent.getBytesTotal() * 100;
  3.    this._xscale = loaded;
  4.    if(loaded >= 99)
  5.    {
  6.       _parent.gotoAndPlay(2);
  7.    }
  8. }
  9.